* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.ggyc{
    width: 100%;
    background: url(../images/ggyc_bg.png) no-repeat top center;
    background-size: cover;
}
.ggyc_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1%;
}
.ggyc_text{text-align: center;}
.ggyc_text h1{
    color: #f0cf8b;
}
.ggyc_text h1 i{
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
}
.ggyc_text h1 p{
    font-size: 49px;
    display: inline-block;
	color: #f0cf8b;
}
.ggyc_text span{
    display: inline-block;
}
.ggyc_text span p{
    font-size: 26px;
    color: #ffe0a7;
}
.ggyc_text span p i{
    font-size: 26px;
    font-weight: bold;
    color:  #fff;
    font-style: normal;
}
.ggyc_text span:last-child{
    margin-left: 4%;
}
.ggyc_btn li{
    width: 49%;
    background-image: linear-gradient(#ffffcc,#ffcc00);
    border-radius: 30px;
    padding: 1% 2%;
    margin-bottom: 4%;
    /* box-shadow: 5px 5px 0 10px #cc0000; */
    box-sizing: border-box;
}
.ggyc_btn{
    width: 18%;
}
.ggyc_btn li:hover{
   background-color: #ffffcc;
   background-image: none;
}
.ggyc_btn li a{
    display: block;
    font-size: 22px;
    color: #cc0000;
    text-align: center;
}
.ggyc_btn ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10%;
}
.ggyc_img{
    margin-left: -3%;
    padding-top: 2%;
}

.ggyc_card ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ggyc_card ul li{
    width: 24%;
    height: 104px;
    background: url(../images/ggyc_card.png) no-repeat top center;
    background-size: 100% 100%;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}
.ggyc_card ul li h1{
    font-size: 28px;
    margin-top: 4%;
    background-image: linear-gradient(to right,#f0cf8b,#fff,#efde92);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.ggyc_card ul li p{
    color: #ffe0a7;
    font-size: 18px;
	margin-top: 8px;
}
.ggyc_img1,.ggyc_list,.ggyc_list2{
    display: none;
}
.sylk0108{
    margin-bottom: 50px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 27px rgba(252, 103, 103, .2);
    border: solid 2px #da2f2f;
    padding: 2% 2% 2% 2%;
    margin-top: 40px !important;
}
.sylk0108{
    display: flex;
    justify-content: space-between;
}
.sylk_leftT,.sylk_rightT{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cccc;
    padding-bottom: 1%;
    height: 50px;
}
.sylk_leftT_l,.sylk_leftT_r{
    display: flex;
    align-items: center;
}

.sylk_leftT_l h1,.sylk_rightT_l h1{
    margin-left: 2%;
    color: #ff0000;
    font-size: 32px;
}
.sylk_left{
    width: 68%;
}
.sylk_right{
    width: 30%;
	margin-left: 20px;
}
.sylk_leftT_l{width: 60%;}
.sylk_leftT_l_a{width: 95%;}
.sylk_rightT_l{display: flex;width: 72%;}
.sylk_leftT_r{
    width: 40%;
    justify-content: flex-end;
}
.sylk_leftT_r li{
    margin: 0 1%;
}
.sylk_rightT_l h1{
    font-size:24px;
}
.sylk_rightT_r p{
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}
.sylk_leftB{
    margin-top: 2%;
}
.sylk_leftB ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.sylk_leftB .ggyc_province_info li{
    padding: 1% 1%;
    cursor: pointer;
    border-radius: 10px;
    width: 66px;
    margin-right: 3px;
}
.sylk_leftB  .ggyc_province_info  li:hover{
    background-image: linear-gradient(to right,#ff9933,#ff3300);
    color: #fff;
}
.sylk_rightB{
    margin-top: 4%;
}
.sylk_rightB li{
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sylk_rightB li span{
    position: relative;
    display: inline-block;
    padding: 0.5% 1%;
	width: 12%;
    background-color: #ff0000;
    color: #fff;
    border-radius: 4px;
    margin-right: 2%;
    text-align: center;

}
.sylk_rightB li span p{font-size: 16px;}
.sylk_rightB li span::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid #ff0000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: 10%;
    right: -5px;
}

.sylk0108 .bd ul, .gktl191218 .bd li {
    height: 100% !important;
}



 .ggyc_province_info {
    float: left;
    margin-top: 12px;
}
 .ggyc_province_info li {
    cursor: pointer;
    transition: color .5s ease;
    font-size: 18px;
}
 .ggyc_province_info li.on {
    background-image: linear-gradient(to right,#ff9933,#ff3300);
    color: #fff;
}
 .ggyc_province_info li:last-child {
    margin-right: 0;
}
 .ggyc_province_change ul {
    display: block;
    margin-top: 20px;

}
.ggyc_province_change ul li{
    width: 100% !important;
}
 .ggyc_province_change00 {
    float: left;
    width: 32%;
    border: 1px solid #f88b28;
    border-radius: 10px;
    margin-right: 1.6%;
    transition: transform .5s ease;
}
 .ggyc_province_change00:hover {
    transform: translateY(-3px);
}
 .ggyc_province_change00:last-child {
    margin-right: 0;
}
.ggyc_province_change00:nth-child(2)>.ggyc_province_list{
    background: url(../images/ggyc_jb2.png) no-repeat;
}
.ggyc_province_change00:nth-child(3)>.ggyc_province_list{
    background: url(../images/ggyc_jb3.png) no-repeat;
}
 .ggyc_province_list {
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 6px 6px 0 0;
    background-color: #f88b28;
    color: #fff;
    background: url(../images/ggyc_jb.png) no-repeat;
}
 .ggyc_province_slide {
    position: relative;
}
 .ggyc_province_l {
    float: left;
    font-size: 20px;
}
 .ggyc_province_r {
    float: right;
}
.ggyc_province_r a{
    color: #ff0000;
}
.ggyc_province_l a{
    color: #fff;
}
 .ggyc_province_msg {
    padding: 14px 20px 10px 20px;
    line-height: 28px;
}
 .ggyc_province_msg div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .ggyc_province_msg_title {
    display: block;
    max-width:100%;
    margin-bottom: 6px;
    font-size: 18px;
    color: #e92930;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

 .ggyc_province_list a:hover {
    color:#e92930 !important;
}
 .ggyc_province_type {
    height: 40px;
    margin: 0 20px 10px 20px;
    line-height: 40px;
    background-color: #f6f6f6;
    border-radius: 4px;
    color: #e92930;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
 .ggyc_province_type img {
    float: left;
    margin: 12px 10px 0 10px;
}
 .ggyc_province_btn_wrap {
    margin: 0 20px 10px 20px;
}
 .ggyc_province_btn {
    float: left;
    width: 48%;
    height: 38px;
    margin-right: 4%;
    border-radius: 4px;
    line-height: 38px;
    text-align: center;
    background-color: #fdf6ec;
    color: #f88a39;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
 .ggyc_province_btn:last-child {
    margin-right: 0;
}
 .ggyc_province_rec {
    display: block;
    height: 70px;
    margin: 0 20px 16px 20px;
    border-radius: 4px;
    background: url(../images/ggyc_province_recBg1.png) no-repeat;
    color: #fff;
}
.ggyc_province_change00:nth-child(2)>.ggyc_province_rec{
    background: url(../images/ggyc_province_recBg2.png) no-repeat;
}
.ggyc_province_change00:nth-child(3)>.ggyc_province_rec{
    background: url(../images/ggyc_province_recBg3.png) no-repeat;
}
 .ggyc_province_rec:hover {
    color: #fff !important;
}
 .ggyc_province_rec_txt {
    float: left;
    margin-top: 12px;
    margin-left: 6%;
    font-size: 18px;
    line-height: 24px;
}
 .ggyc_province_rec_txt span {
    font-weight: bold;
}
 .ggyc_province_rec img {
    float: right;
    margin-top: 16px;
    margin-right: 14%;
}

 .ggyc_province_prev,  .ggyc_province_next {
    position: absolute;
    top: 204px;
    left: -14px;
    display: block;
    width: 28px;
    height: 28px;
    margin: 29px auto;
    background: url(../images/ggyc_prev.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 4;
}
 .ggyc_province_next {
    left: auto;
    right: -2px;
    transform: rotate(-180deg);
}
.ggyc_province_type{
    display: none;
}

.sylk_selBox {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sylk_selBox.active .sylk_selDiv {
    width: 24.25%;
    margin-right: 1%;
}

.sylk_selDiv {
    width: 19.5%;
    margin-right: .625%;
    position: relative;
}

.sylk_selBox.active .sylk_selDiv:nth-child(4n), .sylk_selDiv:nth-child(5) {
    margin-right: 0;
}

.sylk_selDiv cite {
    display: block;
    width: 100%;
    height: 50px;
    padding-right: 20px;
    border: 1px solid #fac3c4;
    background-image: url(https://www.sydw8.com/syzwb/2022/5/images/icon-arr-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-indent: 1em;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 #dcdcdc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.sylk_selDiv:hover cite {
    color: #4584f6;
    border-color: #4584f6;
    background-image: url(https://www.sydw8.com/syzwb/2022/5/images/icon-arr-1.png);
    box-shadow: 0 3px 10px 1px #c9e5fc;
}

.sylk_selDiv ul {
    position: absolute;
    right: 0;
    top: 62px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    background: #fff;
        border: 1px solid #fac3c4;
    border-radius: 8px;
    display: none;
}

.sylk_selDiv li {
    font-size: 16px;
    line-height: 40px;
    text-indent: 1em;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sylk_selDiv li:hover {
    background-color: #CCC;
}

.sylk_selDiv .inp {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #fac3c4;
    background-color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-indent: 1em;
    cursor: pointer;
    box-sizing: border-box;
}

.sylk_selDiv select {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #fac3c4;
    background-color: #fff;
    font-size: 15px;
    line-height: 50px;
    text-indent: 1em;
    cursor: pointer;
    box-sizing: border-box;
}

.sylk_selDiv:hover .inp {
    color: #3a9ff9;
    border-color: #3a9ff9;
    box-shadow: 0 3px 10px 1px #c9e5fc;
}
.sx_icon{
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sx_icon p{
    font-weight: bold;
    font-size: 18px;
    color: #e70000;
}
.sylk_submit{
    display: block;
    width: 12%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: opacity .5s ease;
    background-image: linear-gradient(to right,#ffa54a,#ea0900);
}

.sylk_submit:hover, .sylk_submit:hover {
    opacity: .9;
}

.tk-sendToMoble .sylk_submit {
    color: #0066f5;
}
.sylk_searchCon{
    background-color: #fff0f1;
    padding: 2%;
    margin-top: 2%;
}
.sylk_searchCon .sylk_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tk_a{
    font-size: 16px;
}
.mar_a{
    margin-right:10px;
}
.mal_a{
    margin-left:5px;
}

@media screen and (max-width: 1480px){
	
	.ggyc_text h1 i {
		font-size: 34px;
		font-style: normal;
		font-weight: bold;
		display: inline-block;
	}
	.ggyc_text h1 p {
		font-size: 40px;
	    color: #f0ed8b;
	}
	.ggyc_img {
		margin-left: -2%;
		padding-top: 2%;
	}
	.ggyc_btn li a {
		font-size: 18px;
	}
	.ggyc_text span p {
		font-size: 20px;
	}
	.ggyc_text span p i {
		font-size: 20px;
	}
	.ggyc_card ul li h1 {
		font-size: 26px;
    }
	.ggyc_card ul li p {
		font-size: 16px;
	}
	.sylk_selDiv .inp {
		font-size: 14px;
	}
	.sylk_leftB .ggyc_province_info li {
    padding: 0.5% 0.5%;
	}
	.tk_a {
		font-size: 14px;
	}
	.mar_a{
		margin-right:5px;
	}

	
}

@media screen and (max-width:1520px) {
	.sylk_leftT_l{width: 60%;}
	.sylk_leftT_l_a{width: 95%;}
	.sylk_rightT_l{width: 72%;}
	.sylk_leftT_r{width: 40%;}
	.sylk_leftT_l h1, .sylk_rightT_l h1 {
    font-size: 28px;
	}
    .sylk_leftB .ggyc_province_info li {
        padding: 0.5% 0.5%;
    }
    .sylk_rightB li p{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
	.ggyc_text h1 i {
		font-size: 34px;
		font-style: normal;
		font-weight: bold;
		display: inline-block;
	}
	.ggyc_text h1 p {
		font-size: 40px;
	    color: #f0ed8b;
	}
	.ggyc_img {
		margin-left: -2%;
		padding-top: 2%;
	}
	.ggyc_btn li a {
		font-size: 18px;
	}
	.ggyc_text span p {
		font-size: 20px;
	}
	.ggyc_text span p i {
		font-size: 20px;
	}
	.ggyc_card ul li h1 {
		font-size: 26px;
    }
	.ggyc_card ul li p {
		font-size: 16px;
	}
	.sylk_selDiv .inp {
		font-size: 14px;
	}
    .sylk_rightB li span{
        width: 13%;
		margin-right: 1%;
    }
    .sx_icon p {
        font-weight: bold;
        font-size: 15px;
    }
    .ggyc_province_change00 {
        width: 249px;
        margin-right: 10px;
    }
	.tk_a {
		font-size: 14px;
	}
	.mar_a{
		margin-right:5px;
	}
}